ContainerControl.EmbedWithinPanel Method

Embeds the ContainerControl on a page in the passed PagePanel or TabPanel. The ContainerControl is embedded on the passed page and the containing control is the parent of the ContainerControl.

Syntax

ContainerControl.EmbedWithinPanel ContainingPanel, Page, [left], [top], [width], [height]

Parameters

ContainingPanel

PagePanel

Page

Integer

left

Integer (Optional)

top

Integer (Optional)

width

Integer (Optional)

height

Integer (Optional)

Notes

The optional Left and Top parameters determine the location of the top-left corner, relative to the containing control, not the parent window. The optional parameters Width and Height determine the size of the ContainerControl.